home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / m2t050.zip / MSG2TXT.DOC < prev    next >
Text File  |  1990-09-16  |  2KB  |  46 lines

  1.  
  2.                                   MSG2TXT
  3.                                    v0.05
  4.                                   09-16-90
  5.                  RBBS Messages File to Text Conversion Utility
  6.                               by Tom Collins
  7.  
  8.   MSG2TXT is a cute little utility that'll read an RBBS messages file, and
  9.   output the data to a text file.  This could be handy if you'd like your
  10.   users to be able to download archived text files containing your current
  11.   echomail messages, for example.
  12.  
  13.   Here's how you use it:
  14.  
  15.   MSG2TXT Messages_File_Name Text_File_Name [Start] [/NOPAGE] [/NOPRIVATE]
  16.  
  17.   Where,
  18.      Messages_File_Name    = Name of your RBBS messages file
  19.      Text_File_Name        = Name of the file to write the text to
  20.      Start (Optional)      = Start exporting at what message number
  21.      /NOPAGE (Optional)    = Don't put page feeds in the output file
  22.      /NOPRIVATE (Optional) = Don't export private messages
  23.  
  24.   If you use the Start parameter, it has to be the THIRD parameter passed to
  25.   MSG2TXT.  The '/' parameters can be in any order.
  26.  
  27.   By default, MSG2TXT puts a form feed in the output file every 60 lines (for
  28.   a printer).  To suppress this, use "/NOPAGE".
  29.  
  30.   Running MSG2TXT with no parameters displays a help screen.
  31.  
  32.   Here are some examples of how to use MSG2TXT.
  33.  
  34.   1. Export all messages, in printer form:
  35.  
  36.         MSG2TXT TrekM.DEF TrekU.DEF
  37.  
  38.   2. Export all public messages higher than 50 to a straight ASCII file:
  39.  
  40.         MSG2TXT Messages Main_Msg.TXT 50 /NOPRIVATE /NOPAGE
  41.  
  42.   The source code, written for MicroSoft's Quick C, is included.
  43.  
  44.   -- Tom Collins
  45.  
  46.